Papers with dense retrieval

60 papers
Extremely efficient online query encoding for dense retrieval (2024.findings-naacl)

Copied to clipboard

Challenge: Existing dense retrieval systems use the same model architecture for encoding both passages and queries, even though queries are much shorter and simpler than passages.
Approach: They propose a small efficient RNN query encoder that can reduce latency by 12 with only a minor decrease in quality.
Outcome: The proposed solution reduces latency by up to 12 while achieving 35.5 MRR@10 score.
Plot Retrieval as an Assessment of Abstract Semantic Association (2024.acl-srw)

Copied to clipboard

Challenge: Existing information retrieval datasets cannot capture abstract semantic associations well.
Approach: They propose a task that retrieves relevant plots from the book for a query using a labeled dataset.
Outcome: The proposed task can be used to evaluate the performance of IR models on the novel task Plot Retrieval.
Thesis Proposal: On the Granularity-Robustness Trade-off in Text-Derived Knowledge Graphs (2026.acl-srw)

Copied to clipboard

Challenge: Retrieval-augmented generation (RAG) based on dense embeddings is a dominant paradigm for text retrieval, but many real-world applications require attribute-specific querying.
Approach: They propose a query-driven framework for constructing and retrieving knowledge graphs from text using dense embeddings.
Outcome: The proposed framework combines the robustness of dense retrieval with the explicit queryability of symbolic representations.
RetroMAE: Pre-Training Retrieval-oriented Language Models Via Masked Auto-Encoder (2022.emnlp-main)

Copied to clipboard

Challenge: Existing methods for dense retrieval are not effective, but there are still challenges.
Approach: They propose a retrieval oriented pre-training paradigm based on Masked Auto-Encoder (MAE) where the sentence embedding is generated from the encoder’s masked input and the original sentence is recovered based upon the sentence embedded and decoded input via mangled language modeling.
Outcome: The proposed model significantly improves the SOTA performance on a wide range of NLP benchmarks, like BEIR and MS MARCO.
Open Domain Question Answering over Tables via Dense Retrieval (2021.naacl-main)

Copied to clipboard

Challenge: Recent advances in open-domain QA focus on retrieving textual passages . a retriever designed to handle tabular context can improve retrieval quality .
Approach: They propose a tabular-based retrieval model that improves retrieval quality over a BERT-based retriever.
Outcome: The proposed retriever improves retrieval quality with mined hard negatives over a BERT-based retriever.
Evaluating Embedding APIs for Information Retrieval (2023.acl-industry)

Copied to clipboard

Challenge: a growing number of language models are limiting their access to the community . we evaluate existing APIs for domain generalization and multilingual retrieval .
Approach: They evaluate semantic embedding APIs in retrieval scenarios to assess their capabilities . they use BEIR and MIRACL to re-rank BM25 results using the APIs .
Outcome: The proposed model is based on semantic embedding APIs that build vector representations of a given text.
Operational Advice for Dense and Sparse Retrievers: HNSW, Flat, or Inverted Indexes? (2025.acl-industry)

Copied to clipboard

Challenge: Currently, practitioners working on dense retrieval face a bewildering number of choices.
Approach: They propose a framework for thinking about retrieval in terms of nearest-neighbor search over vector representations where these representations can be dense (typically called embeddings, generated from transformers) or flat (with brute-force search)
Outcome: The proposed model explicates tradeoffs between HNSW and flat indexes from the perspectives of indexing time, query evaluation performance, and retrieval quality.
ChatRetriever: Adapting Large Language Models for Generalized and Robust Conversational Dense Retrieval (2024.emnlp-main)

Copied to clipboard

Challenge: a conversational search system requires accurate interpretation of user intent from complex multi-turn contexts.
Approach: They propose a dual-learning approach that adapts LLMs for retrieval via contrastive learning while enhancing the complex session understanding through masked instruction tuning.
Outcome: The proposed approach outperforms existing retrieval methods on five conversational search benchmarks.
Large Language Models as Foundations for Next-Gen Dense Retrieval: A Comprehensive Empirical Assessment (2024.emnlp-main)

Copied to clipboard

Challenge: Pre-trained language models have limited generalization capabilities and performance challenges.
Approach: They evaluate 15 different backbone LLMs and non-LLMs to evaluate their performance . larger models and extensive pre-training consistently enhance in-domain accuracy and data efficiency .
Outcome: The results show that larger models and extensive pre-training enhance in-domain accuracy and data efficiency.
Decoding Dark Matter: Specialized Sparse Autoencoders for Interpreting Rare Concepts in Foundation Models (2025.findings-naacl)

Copied to clipboard

Challenge: Sparse Autoencoders (SAEs) are a promising tool for disentangling FM representations, but they struggle to capture rare, yet crucial concepts in the data.
Approach: They propose a technique to train Sparse Autoencoders to illuminate elusive dark matter features by focusing on specific subdomains.
Outcome: The proposed method achieves 12.5% better classification accuracy than general-purpose SAEs when applied to remove spurious gender information.
COCO-DR: Combating Distribution Shift in Zero-Shot Dense Retrieval with Contrastive and Distributionally Robust Learning (2022.emnlp-main)

Copied to clipboard

Challenge: Using COCO-DR, we combat distribution shifts between source training tasks and target scenarios.
Approach: They propose a method to combat distribution shifts between source training tasks and target scenarios by COtinuous COtrastive learning.
Outcome: The proposed method outperforms existing models on BEIR and the giant GPT-3 embedding model with 500x more parameters.
Typo-Robust Representation Learning for Dense Retrieval (2023.acl-short)

Copied to clipboard

Challenge: Dense retrieval is a fundamental building block of information retrieval applications.
Approach: They propose a method that aligns misspelled queries with their pristine counterparts to improve contrast between each query and its surrounding queries.
Outcome: The proposed method outperforms the competitors in all cases with misspelled queries.
Precise Zero-Shot Dense Retrieval without Relevance Labels (2023.acl-long)

Copied to clipboard

Challenge: Existing dense retrieval systems that use semantic embedding similarities can be effective across tasks and languages.
Approach: They propose to pivot through Hypothetical Document Embeddings (HyDE) given a query, HyDE first zero-shot prompts an instruction-following language model to generate a hypothetical document.
Outcome: The proposed method significantly outperforms the state-of-the-art unsupervised dense retriever Contriever and shows strong performance comparable to fine-tuned retrievers across tasks and languages.
DPTDR: Deep Prompt Tuning for Dense Passage Retrieval (2022.coling-1)

Copied to clipboard

Challenge: Recent studies show that prompt tuning is unfriendly for industrial deployment in dense retrieval tasks.
Approach: They propose to apply prompt tuning to dense retrieval tasks to reduce deployment cost . they propose to use retrieval-oriented intermediate pretraining and unified negative mining .
Outcome: The proposed method outperforms state-of-the-art models on MS-MARCO and Natural Questions.
Hybrid Inverted Index Is a Robust Accelerator for Dense Retrieval (2023.emnlp-main)

Copied to clipboard

Challenge: Inverted file structure is a common technique for accelerating dense retrieval, but its lossy nature degrades it.
Approach: They propose a hybrid index where embedding clusters and salient terms work collaboratively to accelerate dense retrieval.
Outcome: The proposed method achieves lossless retrieval quality with competitive efficiency across index settings.
TegTok: Augmenting Text Generation via Task-specific and Open-world Knowledge (2022.findings-acl)

Copied to clipboard

Challenge: Generating natural and informative texts has been a long-standing problem in NLP.
Approach: They propose to augment TExt Generation via Task-specific and Open-world Knowledge in a unified framework.
Outcome: The proposed model can learn what and how to generate on two text generation tasks.
M3-Embedding: Multi-Linguality, Multi-Functionality, Multi-Granularity Text Embeddings Through Self-Knowledge Distillation (2024.findings-acl)

Copied to clipboard

Challenge: In this paper, we introduce a new embedding model for semantic retrieval of more than 100 working languages.
Approach: They propose a new embedding model that supports multi-lingual, cross-lingual and long-document retrieval . they propose integrating relevance scores from different retrieval functionalities into the teacher signal .
Outcome: The proposed model exhibits superior performance on multilingual, cross-lingual, and long-document retrieval benchmarks.
What Are You Token About? Dense Retrieval as Distributions Over the Vocabulary (2023.acl-long)

Copied to clipboard

Challenge: Dense retrieval models based on text representations have proven very effective, but when applied off-the-shelf they often experience a severe drop in performance.
Approach: They propose to interpret the vector representations produced by dual encoders by projecting them into the model’s vocabulary space.
Outcome: The proposed model significantly improves on the BEIR benchmark and in zero-shot settings.
Logical Form Generation via Multi-task Learning for Complex Question Answering over Knowledge Bases (2022.coling-1)

Copied to clipboard

Challenge: Existing generation-based KBQA methods that translate natural language questions to executable logical forms are proving promising but noise introduced can lead to incorrect results.
Approach: They propose a Generation-based KBQA method that uses auxiliary information to enhance logical form generation by combining unseen KB items with novel combinations.
Outcome: The proposed method achieves state-of-the-art results on ComplexWebQuestions and WebQuestIONSSP datasets.
Negative Sampling Techniques in Dense Retrieval: A Survey (2026.findings-eacl)

Copied to clipboard

Challenge: Information Retrieval (IR) is fundamental to many modern NLP applications.
Approach: They propose a taxonomy that categorizes negative sampling techniques in dense IR . they analyze them with respect to trade-offs between effectiveness, computational cost, implementation difficulty .
Outcome: The proposed taxonomy categorizes techniques using random, static/dynamically mined, and synthetic datasets.
Llama2Vec: Unsupervised Adaptation of Large Language Models for Dense Retrieval (2024.acl-long)

Copied to clipboard

Challenge: Dense retrieval requires discriminative embeddings to represent the semantic relationship between query and document.
Approach: They propose an unsupervised approach that performs unsupervised adaptation of large language models for dense retrieval.
Outcome: The proposed model improves on a variety of dense retrieval benchmarks and is available on github.
Finding the Law: Enhancing Statutory Article Retrieval via Graph Neural Networks (2023.eacl-main)

Copied to clipboard

Challenge: Statutory article retrieval (SAR) is a promising application of legal text processing.
Approach: They propose a graph-augmented dense statute retriever model that incorporates the structure of legislation via a neural network to improve density retrieval performance.
Outcome: The proposed model outperforms baselines on a real-world expert-annotated dataset.
Unsupervised Corpus Aware Language Model Pre-training for Dense Passage Retrieval (2022.acl-long)

Copied to clipboard

Challenge: Recent research shows that fine-tuning dense retrievers to realize their capacity requires carefully designed fine-cuning techniques.
Approach: They propose a pre-training architecture that learns to condense information into the dense vector through LM pre-training and a coCondenser architecture which adds an unsupervised corpus-level contrastive loss to warm up the passage embedding space.
Outcome: The proposed architecture reduces the need for heavy data engineering and large batch training.
CORE: A Retrieve-then-Edit Framework for Counterfactual Data Generation (2022.findings-emnlp)

Copied to clipboard

Challenge: Prior work on counterfactual data augmentation only considered restricted classes of perturbations, limiting their effectiveness.
Approach: They propose a retrieval-augmented framework for creating diverse counterfactual perturbations for CDA.
Outcome: Experiments on natural language inference and sentiment analysis show that the proposed framework can be used to encourage diversity in manually authored perturbations.
Less is More: Pretrain a Strong Siamese Encoder for Dense Text Retrieval Using a Weak Decoder (2021.emnlp-main)

Copied to clipboard

Challenge: Dense retrieval requires high-quality text sequence embeddings to support effective search in the representation space.
Approach: They propose a self-learning method that pre-trains the autoencoder using a weak decoder to push the encoder to provide better sequence representations.
Outcome: The proposed model significantly boosts the effectiveness and few-shot ability of dense retrieval models on web search, news recommendation, and open domain question answering.
Longtriever: a Pre-trained Long Text Encoder for Dense Document Retrieval (2023.emnlp-main)

Copied to clipboard

Challenge: Existing PLMs are infeasible for processing long documents due to computational costs and incomprehensive document understanding.
Approach: They propose a retrieval model that models local semantics and global context semantics in a tightly-coupled manner.
Outcome: The proposed model overcomes three core challenges of long document retrieval: substantial computational cost, incomprehensive document understanding, and scarce annotations.
Bridging the Training-Inference Gap for Dense Phrase Retrieval (2022.findings-emnlp)

Copied to clipboard

Challenge: Existing methods for building dense retrievers are often misaligned and do not reflect retrieval scenario at inference time.
Approach: They propose a way to validate dense retrievers using a small subset of the entire corpus.
Outcome: The proposed model improves top-1 phrase retrieval accuracy by 2 3 points and top-20 passage retrieval by 2 4 points for open-domain question answering.
LaPraDoR: Unsupervised Pretrained Dense Retriever for Zero-Shot Text Retrieval (2022.findings-acl)

Copied to clipboard

Challenge: Experimental results show that LaPraDoR is state-of-the-art compared with supervised dense retrieval models.
Approach: They propose a pretrained dual-tower dense retriever that does not require supervised data for training.
Outcome: The proposed method achieves state-of-the-art performance on 18 datasets of 9 zero-shot text retrieval tasks.
UniConv: Unifying Retrieval and Response Generation for Large Language Models in Conversations (2025.acl-long)

Copied to clipboard

Challenge: Existing conversational search systems are usually built with two different models . this separation restricts the system from leveraging the model's intrinsic knowledge simultaneously . Existing studies for developing unified models cannot fully address the aspects of understanding conversational context, managing retrieval independently, and generating responses.
Approach: They propose to unify dense retrieval and response generation for large language models in conversation by fine-tuning and mitigating data discrepancy.
Outcome: The proposed model can outperform existing models on five conversational search datasets and reduce inconsistency risks while mitigating data discrepancy.
Optimizing Test-Time Query Representations for Dense Retrieval (2023.findings-acl)

Copied to clipboard

Challenge: Recent developments of dense retrieval rely on quality representations of queries and contexts from pre-trained query and context encoders.
Approach: They propose a test-time optimization of query representations that provides fine-grained pseudo labels over retrieval results.
Outcome: The proposed algorithm improves open-domain question answering accuracy and direct re-ranking by up to 2.0% while running 1.3–2.4x faster with an efficient implementation.
BERM: Training the Balanced and Extractable Representation for Matching to Improve Generalization Ability of Dense Retrieval (2023.acl-long)

Copied to clipboard

Challenge: Dense retrieval has shown promise in the first-stage retrieval process when trained on in-domain labeled datasets.
Approach: They propose a method to capture matching signal to improve generalization of dense retrieval by capturing matching signal between two texts.
Outcome: The proposed method can be combined with different training methods to improve generalization ability without additional inference overhead and target domain data.
The Overlooked Role of Graded Relevance Thresholds in Multilingual Dense Retrieval (2026.findings-acl)

Copied to clipboard

Challenge: Dense retrieval models are fine-tuned with contrastive learning objectives that require binary relevance judgments.
Approach: They examine how graded relevance scores affect multilingual dense retrieval . they argue that a well-chosen threshold can improve effectiveness and mitigate annotation noise .
Outcome: The optimal threshold varies systematically across languages and tasks, the authors show . a well-chosen threshold can improve effectiveness and mitigate annotation noise .
Cross-lingual Contextualized Phrase Retrieval (2024.findings-emnlp)

Copied to clipboard

Challenge: Phrase-level dense retrieval has shown many appealing characteristics in downstream NLP tasks.
Approach: They propose a task formulation of dense retrieval, cross-lingual contextualized phrase retrieval . they extract pairs of cross-linguistic phrases using word alignment information .
Outcome: The proposed task formulation surpasses baselines on the phrase retrieval task and a downstream task, i.e., machine translation, and achieves top-1 accuracy 13 points higher.
Dimension Reduction for Efficient Dense Retrieval via Conditional Autoencoder (2022.emnlp-main)

Copied to clipboard

Challenge: Existing work reserves the principle dimensions of query and document embeddings for building more efficient retrieval systems.
Approach: They propose to use Conditional Autoencoder to compress high-dimensional embeddings to maintain the same embeddable distribution and better recover ranking features.
Outcome: The proposed algorithm achieves comparable ranking performance with its teacher model and makes the retrieval system more efficient.
Taxonomy-guided Semantic Indexing for Academic Paper Search (2024.emnlp-main)

Copied to clipboard

Challenge: Academic paper search often struggles to match underlying academic concepts between queries and documents.
Approach: They propose a framework that extracts key concepts from papers and organizes them as a semantic index guided by an academic taxonomy.
Outcome: The proposed framework can be flexibly employed to enhance existing retrieval frameworks.
How to Train Your Dragon: Diverse Augmentation Towards Generalizable Dense Retrieval (2023.findings-emnlp)

Copied to clipboard

Challenge: Existing techniques to improve dense retrieval suffer from effectiveness tradeoffs between supervised and zero-shot retrieval, some argue due to the limited model capacity.
Approach: They propose to use diverse queries and sources of supervision to train a generalizable DR to achieve high accuracy in both supervised and zero-shot retrieval.
Outcome: The proposed DR can achieve state-of-the-art in supervised and zero-shot evaluations without increasing model size.
Domain Adaptation for Dense Retrieval and Conversational Dense Retrieval through Self-Supervision by Meticulous Pseudo-Relevance Labeling (2024.lrec-main)

Copied to clipboard

Challenge: Recent studies have shown that dense retrieval models generalize less well than interaction-based models on out-of-distribution data sets.
Approach: They propose to combine query-generation approach with self-supervision approach in which pseudo-relevance labels are automatically generated on the target domain.
Outcome: The proposed approach is based on a T5-3B model for pseudo-positive labeling and hard negatives on conversational dense retrieval models.
Topic-DPR: Topic-based Prompts for Dense Passage Retrieval (2023.findings-emnlp)

Copied to clipboard

Challenge: Prior research focused on optimizing a single prompt as a continuous prompt, but this approach leads to a semantic space collapse, preventing differentiation between relevant and irrelevant passages.
Approach: They propose a dense passage retrieval model that uses topic-based prompts and propose 'positive and negative sampling strategies' to boost dense retrieval efficiency.
Outcome: The proposed model surpasses state-of-the-art retrieval techniques and improves space uniformity.
Polar Ducks and Where to Find Them: Enhancing Entity Linking with Duck Typing and Polar Box Embeddings (2023.emnlp-main)

Copied to clipboard

Challenge: Entity linking methods based on dense retrieval are often not efficient in large-scale applications as they are sensitive to the structure of the embedding space.
Approach: They propose a method to infuse structural information into the space of entity representations by using prior knowledge of entity types.
Outcome: The proposed method outperforms other type-aware approaches and matches generative models with 18 times more parameters.
Making Large Language Models Efficient Dense Retrievers (2026.acl-long)

Copied to clipboard

Challenge: Recent studies have shown that fine-tuning large language models for dense retrieval yields strong performance, but their substantial parameter counts make them computationally inefficient.
Approach: They propose a framework for developing efficient retrievers that performs coarse-to-fine compression through a coarse-grained coarse-tuning strategy.
Outcome: The proposed framework reduces model size and inference cost while preserving performance of full-size models.
AfriCLIRMatrix: Enabling Cross-Lingual Information Retrieval for African Languages (2022.emnlp-main)

Copied to clipboard

Challenge: Existing datasets for cross-lingual information retrieval are limited in many languages, especially those spoken in Africa.
Approach: They propose to build a test collection for cross-lingual information retrieval in 15 diverse African languages.
Outcome: AfriCLIRMatrix contains 6 million queries in English and 23 million relevance judgments automatically mined from Wikipedia inter-language links, covering many more African languages than any existing information retrieval test collection.
Boosting Data Utilization for Multilingual Dense Retrieval (2025.emnlp-main)

Copied to clipboard

Challenge: Existing studies focus on fine-tuning multilingual dense retrieval models, but data scarcity for low-resource languages makes it difficult to align representations in a shared vector space.
Approach: They propose to obtain high-quality hard negative samples and effective mini-batch data to boost data utilization for multilingual dense retrieval by obtaining high-quality negative samples.
Outcome: The proposed method outperforms existing baselines on a multilingual retrieval benchmark, MIRACL, with 16 languages.
CAPSTONE: Curriculum Sampling for Dense Retrieval with Document Expansion (2023.emnlp-main)

Copied to clipboard

Challenge: Experimental results show that dense retrieval models are better at obtaining query-informed representations.
Approach: They propose a dual-encoder approach that computes latent representations of query and document independently, but inference replaces the real query with a generated one.
Outcome: The proposed approach outperforms previous dense retrieval models on in-domain and out-of-domain datasets.
PQR: Improving Dense Retrieval via Potential Query Modeling (2025.acl-long)

Copied to clipboard

Challenge: Existing training data is sparse, with each document associated with one or a few labeled queries.
Approach: They propose a training-free potential query retrieval framework to address this problem . they use a Gaussian mixture distribution to model all potential queries for a document .
Outcome: The proposed method is able to capture comprehensive semantic information from a document with multiple queries.
mAggretriever: A Simple yet Effective Approach to Zero-Shot Multilingual Dense Retrieval (2023.emnlp-main)

Copied to clipboard

Challenge: MLIR requires human annotations in multiple languages, making training labor-intensive.
Approach: They propose a multilingual information retrieval model that leverages pre-trained multilingual transformers for dense retrieval.
Outcome: Empirical results show that mAggretriever outperforms state-of-the-art models fine-tuned on English training data.
Knowing When Not to Answer: Lightweight KB-Aligned OOD Detection for Safe RAG (2026.acl-long)

Copied to clipboard

Challenge: Retrieval-Augmented Generation (RAG) systems are increasingly deployed in high-stakes domains where safety depends on how a system answers . out-of-domain (OOD) queries can impair performance and safety .
Approach: They propose to use lightweight, KB-aligned OOD detection as an always-on gate for RAG systems.
Outcome: The proposed method scores queries in a compact subspace selected either by explained-variance retention (EVR) or by a separability-driven -test ranking.
Noisy Pair Corrector for Dense Retrieval (2023.findings-emnlp)

Copied to clipboard

Challenge: Existing dense retrieval models assume that query-document pairs are exactly matched, resulting in mismatched-pair noise.
Approach: They propose a novel approach to train an effective model with mismatched-pair noise.
Outcome: The proposed model performs well on natural question and triviaQA, code-search benchmarks and SO-DS.
Dense Passage Retrieval: Is it Retrieving? (2024.findings-emnlp)

Copied to clipboard

Challenge: Large Language Models (LLMs) internally store repositories of knowledge, but access to these repositoriels is imprecise.
Approach: They propose a paradigm called retrieval augmented generation to address hallucinations . they analyze the role of fine-tuning pre-trained networks to enhance alignment .
Outcome: The proposed paradigm addresses hallucinations by fine-tuning pre-trained models . the model can be decentralized, inject facts as decentralized representations .
Dense X Retrieval: What Retrieval Granularity Should We Use? (2024.emnlp-main)

Copied to clipboard

Challenge: a learned dense retrieval model is often overlooked when using a corpus for inference, resulting in a design choice of retrieval unit . granularity of retrievals is important for both retrieval and downstream tasks .
Approach: They propose a retrieval unit for dense retrieval that uses propositions to index corpus . propositions are defined as atomic expressions within text, each encapsulating a distinct factoid .
Outcome: The proposed retrieval unit outperforms passage-level units on retrieval and downstream tasks.
M3: A Multi-Task Mixed-Objective Learning Framework for Open-Domain Multi-Hop Dense Sentence Retrieval (2024.lrec-main)

Copied to clipboard

Challenge: Recent research shows that contrastive learning can lead to suboptimal retrieval performance.
Approach: They propose an advanced recursive Multi-hop dense sentence retrieval system built upon a novel Multi-task Mixed-objective approach for dense text representation learning.
Outcome: The proposed approach yields state-of-the-art performance on a large-scale open-domain fact verification benchmark dataset, FEVER.
ExpandR: Teaching Dense Retrievers Beyond Queries with LLM Guidance (2025.emnlp-main)

Copied to clipboard

Challenge: Existing methods for enhancing dense retrieval with query augmentation ignore the alignment between generation and ranking objectives.
Approach: They propose a unified LLM-augmented dense retrieval framework that jointly optimizes both the LLM and the retriever.
Outcome: Experimental results show that ExpandR outperforms strong baselines, achieving more than 5% improvement in retrieval performance.
Dense Retrieval as Indirect Supervision for Large-space Decision Making (2023.findings-emnlp)

Copied to clipboard

Challenge: Dense Decision Retrieval (DDR) is a learning-to-retrieve task for discriminative natural language understanding (NLU) tasks with large label spaces.
Approach: They propose a novel approach to learning large-space discriminative NLU tasks as a learning-to-retrieve task by adopting a dual-encoder architecture that learns to predict by retrieving from a decision thesaurus.
Outcome: The proposed approach outperforms baselines greatly on multi-label classification tasks, 1.17% in F1 score ultra-fine entity typing, and 1.26% in accuracy on three few-shot intent classification tasks on average.
PairDistill: Pairwise Relevance Distillation for Dense Retrieval (2024.emnlp-main)

Copied to clipboard

Challenge: Recent advances in dense retrieval have demonstrated remarkable efficacy compared to traditional sparse retrieval methods.
Approach: They propose to use pairwise relevance distillation to leverage pairwise reranking to enrich the training of dense retrieval models.
Outcome: The proposed method outperforms existing methods and achieves state-of-the-art results on multiple benchmarks.
A Thorough Examination on Zero-shot Dense Retrieval (2023.findings-emnlp)

Copied to clipboard

Challenge: Recent advances in dense retrieval (DR) models have been shown to be not as competitive as traditional sparse retrieval models in a zero-shot retrieval setting.
Approach: They propose to examine the zero-shot capability of DR models by analyzing key factors related to source training set and potential bias from target dataset.
Outcome: The proposed model is not as competitive as sparse retrieval models in a zero-shot retrieval setting.
RADCoT: Retrieval-Augmented Distillation to Specialization Models for Generating Chain-of-Thoughts in Query Expansion (2024.lrec-main)

Copied to clipboard

Challenge: Large language models (LLMs) have demonstrated superior performance to that of small language models in information retrieval for various subtasks including dense retrieval, reranking, query expansion, and pseudo-document generation.
Approach: They propose a retrieval-augmented model specialization that distills the capability of LLMs to generate the chain-of-thoughts (CoT) for query expansion into a RADCoT.
Outcome: The proposed model can generate the chain-of-thoughts (CoT) for query expansion, reducing the burden of internalizing and retaining world knowledge in model parameters.
Dense Retrieval with Quantity Comparison Intent (2025.findings-acl)

Copied to clipboard

Challenge: Existing sparse and dense retrieval systems fragment numerals and units that express quantities in arbitrary ways.
Approach: They propose a dense retrieval system built around a density multi-vector index . they propose eliciting and exploiting quantities and associated comparison intents .
Outcome: The proposed system is faster and more accurate than popular PLMs on two public and one proprietary e-commerce benchmarks.
Leveraging Cognitive Complexity of Texts for Contextualization in Dense Retrieval (2025.emnlp-main)

Copied to clipboard

Challenge: Existing approaches to estimate semantic similarity of queries and documents rely on token-level information derived from query/document interactions.
Approach: They propose a new DRM that leverages query/document interactions based on full embedding representations generated by a Transformer-based model.
Outcome: The proposed model outperforms fine-tuning techniques on lightweight bi-encoders and traditional late-interaction models.
Let Retrievers Think Before Action: Thought-Augmented Embedding for Dense Retrieval (2026.findings-acl)

Copied to clipboard

Challenge: Large language models have demonstrated that explicit step-by-step thinking can substantially improve performance on complex tasks.
Approach: They propose a model that generates preliminary thoughts for input queries before document retrieval.
Outcome: The proposed model generates preliminary thoughts for input queries before document retrieval.
Uncovering the Bigger Picture: Comprehensive Event Understanding Via Diverse News Retrieval (2025.emnlp-main)

Copied to clipboard

Challenge: Existing news retrieval systems prioritize textual relevance, leading to redundancy and limited viewpoint exposure.
Approach: They propose a framework that explicitly models semantic variation at the sentence level.
Outcome: The proposed framework outperforms strong baselines in terms of retrieval diversity without compromising relevance.
SURE or Not? Investigating Semantic Understanding in Dense Retrieval Models (2026.acl-long)

Copied to clipboard

Challenge: Dense retrieval models have been successful in a number of applications but it is unclear whether they truly understand semantics.
Approach: They propose a benchmark for semantic understanding in dense retrieval that characterizes semantic precision, semantic abstraction and semantic equivalence along three dimensions.
Outcome: The proposed model characterizes semantic understanding in dense retrieval along three dimensions: semantic precision, semantic abstraction, and semantic equivalence.

What is GenGO?

GenGO is an NLP powered publication search system. It currenctly indexes 30k+ papers from ACL Anthology, and implements multi-aspect summarization, semantic search, and more!

Information

About
Limitations